home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineButton2_1922 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  407 b   |  18 lines

  1. on(release){
  2.    if(eval("/Variables:Rouleau02Pris") == false)
  3.    {
  4.       loadVariablesNum("/arcane/tracking/tracking.html?episode=7&stage=28",0);
  5.       set("/Variables:VaVers01","Sc18ab");
  6.       tellTarget(Gregor)
  7.       {
  8.          gotoAndStop("MarcheGauche");
  9.          play();
  10.       }
  11.       tellTarget(Prescott)
  12.       {
  13.          gotoAndStop("MarcheGauche");
  14.          play();
  15.       }
  16.    }
  17. }
  18.